.fade-in-section {
    opacity: 0;
    transition: opacity 1s ease-out;
    transform: translateY(150px);
    transition: transform 0.7s ease-out;
}

.fade-in-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}
/* Slider
-------------------------------------------------- */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #5aa6b6;
  background-clip: padding-box;
  border: 0;
  border-radius:5px;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
	width: 25px;
	background-color: #5aa6b6;
	opacity: 1;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}


.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  color:#5aa6b6;
  font-size:2em;
  border-radius:50%;
  width:60px;
  height:60px;
  line-height:60px;
  background:rgba(255,255,255,0.25);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev:hover .fa,
.carousel-control-next:hover .fa {
  background:rgba(255,255,255,0.95);
}



/* Carousel 1 base class */
.jzp-carousel-1 {
	margin-top: -90px;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 70vh;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption {
  position: absolute;
  top:0px;
	bottom:0px;
	left:0px;
	right:0px;
    /*background-image: linear-gradient(60deg, rgba(0, 0, 0,0.4) 0%, rgba(0, 0, 0,0.45) 50%, rgba(0, 0, 0,0.125));*/
   width:100%;
   height:auto;

}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item img {
	max-width: 100%;
	width:100%;
	height:100%;
	object-fit: cover;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2{
	position: relative;
	color: #fff;
    font-size: 64px;
	margin-bottom:30px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2::after {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  width: 60px;
  height: 0px;
  opacity: 1;
  background: #5aa6b6;
  transition: all 0.4s ease-in-out;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-caption p{
	color:#fff;
	font-size: 20px;
	font-weight: 500;
}




@media (min-width: 576px) {


}

@media (min-width: 768px) {
.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 28rem;
}

}


@media (min-width: 992px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: 60vh;
}
}
@media (min-width: 1200px) {
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
 height: 80vh;
}
}
@media (min-width: 1400px) {
.jzp-carousel-1 #jzp-carousel-1 .carousel-item {
  height: calc(90vh - 0rem);
}
}






.jzp-carousel-1 #jzp-carousel-1 .carousel-caption {
    left: 0;
    right: 0;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption .container {
    max-width: 100%;
    margin-top: 50px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption .row {
    margin-right: 6.5em;
    margin-left: 3.5em;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-start {
    padding-left: 30px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-end {
    padding-right: 30px;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6 {
    text-align: left;
}

.jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
    font-size: 18px;
    font-weight: 500;
    max-width: 100%;
}

/* 针对屏幕宽度为1440px的样式调整 */
@media (min-width: 1440px) {
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
        font-size: 16px;
        font-weight: 500;
        max-width: 400px;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2 {
        font-size: 48px;
        max-width: 100%;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-start {
        margin-left: 50px;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-end {
        margin-right: -130px;
    }
}

/* 针对屏幕宽度为1920px的样式调整 */
@media (min-width: 1920px) {
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
        font-size: 18px;
        font-weight: 500;
        max-width: 600px;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2 {
        font-size: 74px;
        max-width: 100%;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-start {
        margin-left: 50px;
    }
    
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-end {
        margin-right: -200px;
    }
}







@media (max-width: 575.98px) {
    .jzp-carousel-1 #jzp-carousel-1 .carousel-item {
        height: 50vh;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2 {
        font-size: 32px;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
        font-size: 14px;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6 {
        padding: 0;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-end {
        padding-right: 30px;
        margin-right: -110px;
        margin-top: -15px;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption .col-lg-6.align-items-start {
        padding-left: 30px;
        margin-left: -110px;
        margin-left: -75px;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption h2 {
        font-size: 40px;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-caption p {
        font-size: 16px;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-control-prev,
    .carousel-control-next {
        width: 7%;
    }
    .jzp-carousel-1 #jzp-carousel-1 .carousel-item {
        height: 60vh;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    .jzp-carousel-1 #jzp-carousel-1 .carousel-item {
        height: 70vh;
    }
}







/* owl-carousel-service
-------------------------------------------------- */
.owl-carousel-service {
	
}

.owl-carousel-service .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-service .owl-nav .owl-next span,
.owl-carousel-service .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #5aa6b6;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #5aa6b6;
  }


.owl-carousel-service .owl-nav .owl-next span:hover,.owl-carousel-service .owl-nav .owl-prev span:hover {
  background:#5aa6b6;
  color: #fff;
}




.owl-carousel-service .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-service .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-service .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-service .owl-dots .owl-dot.active span,.owl-carousel-service .owl-dots .owl-dot:hover span {
	
}









/* index-case
-------------------------------------------------- */
.index-case {

}






/* owl-carousel-case
-------------------------------------------------- */
.owl-carousel-case {
	
}


.owl-carousel-case .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-case .owl-nav .owl-next span,
.owl-carousel-case .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #5aa6b6;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #5aa6b6;
  }


.owl-carousel-case .owl-nav .owl-next span:hover,.owl-carousel-case .owl-nav .owl-prev span:hover {
  background:#5aa6b6;
  color: #fff;
}




.owl-carousel-case .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-case .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-case .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-case .owl-dots .owl-dot.active span,.owl-carousel-case .owl-dots .owl-dot:hover span {
	background:#5aa6b6;

}






/* owl-carousel-logo
-------------------------------------------------- */
.owl-carousel-logo {
	-webkit-transition-timing-function: linear;    /*Ã¤Â¹â€¹Ã¥â€°ÂÃ¦ËœÂ¯ease-out*/
  	-moz-transition-timing-function: linear;
  	-ms-transition-timing-function: linear;
  	-o-transition-timing-function: linear;
  	transition-timing-function: linear;
}


.owl-carousel-logo .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-logo .owl-nav .owl-next span,
.owl-carousel-logo .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #5aa6b6;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  color: #5aa6b6;
  }


.owl-carousel-logo .owl-nav .owl-next span:hover,.owl-carousel-logo .owl-nav .owl-prev span:hover {
  background:#5aa6b6;
  color: #fff;
}




.owl-carousel-logo .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-logo .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-logo .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-logo .owl-dots .owl-dot.active span,.owl-carousel-logo .owl-dots .owl-dot:hover span {
	background:#5aa6b6;

}
/* index-logo
-------------------------------------------------- */
.index-logo {
    background: rgba(241,241,241,0.5);
    position: relative;
    /* margin-top: -50px; */
    height: 100px;
    max-width: 100%;
    z-index: 99;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


/* index-product-tab
-------------------------------------------------- */
.index-product-tab {
	background: none;
}
.index-product-tab .nav-pills{
	padding:0px;
	margin:0px;
	width:100%;
}


.index-product-tab .nav-pills .nav-link{
	color:#474747;
	width:calc(50% - 0px);
	float:left;
	text-align:left;
	padding:21px;
	border-radius:0px;
	border:solid 1px #474747;
	border-bottom:solid 0px #474747;
}
.index-product-tab .nav-pills .nav-link:nth-child(7){
	/*! border-bottom:solid 1px #474747; */
}
.index-product-tab .nav-pills .nav-link:nth-child(8){
/* 	border-bottom:solid 1px #474747; */
}
.index-product-tab .nav-pills .nav-link:nth-child(2n){
	margin-right:0px;
	width:calc(50% - 0px);
	border-left:solid 0px #474747;
}
.index-product-tab .nav-pills .nav-link.active{
	background:#5aa6b6;
	color:#fff;
	transform: scale(1.05);
	border:solid 0px #474747;
}
.index-product-tab .nav-pills .nav-link:hover {
  background: #1A96B1;
  color: #fff;
  transform: scale(1.05);
  border:solid 0px #474747;
  border-radius: 5px;
}
.index-product-tab .nav-pills .nav-link:hover img {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.index-product-tab .nav-pills .nav-link:hover h5 {
  color: #fff;
}
.index-product-tab .tab-content{
	background:rgba(255,255,255,0.5);
	padding:0 30px;
	margin:0px;
	width:100%;
	height:auto;
}




.index-product-tab .nav-pills .nav-link:hover,
.index-product-tab .nav-pills .nav-link.active {
  background: #1A96B1;
  color: #fff;
  transform: scale(1.05);
  /*! border: solid 0px #474747; */
  border-radius:5px;
}

#v-pills-tabContent > div > div:first-child {
  background-color: #1A96B1;
  padding: 20px;
  border-radius:5px;
}

#v-pills-tabContent > div > div:first-child h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0.5em;
}

#v-pills-tabContent > div > div:first-child h5 {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
}

#v-pills-tabContent > div > p:nth-of-type(1),
#v-pills-tabContent > div > p:nth-of-type(2) {
  background-color: rgba(239, 239, 239, 0.25);
  padding: 1.625em 2em;
}

#v-pills-tabContent > div > p:nth-of-type(2) {
  background-color: rgba(239, 239, 239, 0.25);
  padding: 1.625em 1em;
}

#v-pills-tabContent > div > p:nth-of-type(1) {
  color: #3D3D3D;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

#v-pills-tabContent > div > p:nth-of-type(1) {
  margin-bottom: -3.0em;
  margin-top: -3em;
  padding-bottom: 3.5em;
}

#v-pills-tabContent > div > p:nth-of-type(2) {
  padding-top: 0em;
  margin-top: 0em;
}

.index-product-tab .nav-pills .nav-link {
    color: #474747;
    width: calc(50% - 14px);
    float: left;
    text-align: left;
    padding: 21px;
    margin: 7px;
    border-radius: 0px;
    border: solid 1px #474747;
    box-sizing: border-box;
    margin: 4px 4px;
    background: rgba(239, 239, 239, 0.25);
    border: none;
}







/* index-advantage
-------------------------------------------------- */
/*.index-advantage {*/
/*	background: none;*/
/*}*/

/*.index-bg-concept {*/
/*	background: url(../images/index-advantage-bottom.png) no-repeat center 0%;*/
/*	background-size: cover;*/
/*	background-size: 100% auto;*/
/*	color:#fff;*/
/*	height:280px;*/
/*	width:100%;*/
/*	    border-radius: 0 18px 18px 18px;*/
/*}*/

/*.index-advantage img{*/
/*	opacity:0.75;*/
/*}*/
/*.index-advantage img:hover{*/
/*	transform: scale(1.25);*/
/*}*/
/*@media all and (max-width:480px) {*/
/*.index-bg-concept {*/
/*	background: url(../images/index-advantage-bottom.png) repeat center 50%;*/
/*	background-size: cover;*/
	
/*	color:#fff;*/
/*	height:200px;*/
/*	width:100%;*/
/*}*/
/*}*/


/*.index-product-tab, .index-advantage {*/
/*    background-image: url('../images/bg-index-product-tab.jpg');*/
/*    background-attachment: fixed;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*}*/


/* index-about
-------------------------------------------------- */


.index-about {
/*background: url(../images/bg-index-about.jpg) #fafbff no-repeat left top;*/
    background: #FFFFFF;
}


.index-about .ib-item {
	position: relative;
}
.index-about .ib-item .ib-item-info{

	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding-left:15px;
}
.index-about .ib-item .ib-item-info  i{
	background:#5aa6b6;
	width:30px;
	height:30px;
	padding-top:6px;
	border-radius:50%;
	text-align:center;
	color:#fff;
}

.index-about p {
  font-size: 16px;
}

.about-text-two {
    padding-bottom: 30px;
}
@media screen and (min-width: 1600px) {
    .index-about p {
      font-size: 18px;
    }
}

/* owl-carousel-about
-------------------------------------------------- */
.owl-carousel-about {
  position: relative;
  width:100%;
  margin-left: 50px;
  margin-top: -42px;
}
/*.owl-carousel-about::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -30px;*/
/*  right: -30px;*/
/*  width: calc(100% - 0px);*/
/*  height: calc(100% - 0px);*/
/*  background-color: none;*/
/*  background:#5aa6b6;*/
/*  border:solid 0px #5aa6b6;*/
/*  border-top-right-radius: 25px;*/
/*	border-bottom-right-radius: 25px;*/
/*	border-bottom-left-radius: 25px;*/
/*  z-index: 0;*/
/*  opacity: 0.95;*/
/*}*/

@keyframes diagonalSlide {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 100%); }
}

.owl-carousel-about .item {
    transform-origin: center;
}

.owl-carousel-about .item img{

	width: 100%;
	height:100%;
	border-top-right-radius: 150px;
	/*border-bottom-right-radius: 25px;*/
	/*border-bottom-left-radius: 25px;*/
	
}




@media (max-width: 767px) {
.owl-carousel-about .item img{
	
}
}

.owl-carousel-about .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-about .owl-nav .owl-next span,
.owl-carousel-about .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  border:solid 2px #5aa6b6;
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:0px 10px 0px 10px;
  color: #5aa6b6;
  }


.owl-carousel-about .owl-nav .owl-next span:hover,.owl-carousel-about .owl-nav .owl-prev span:hover {
  background:#5aa6b6;
  color: #fff;
}




.owl-carousel-about .owl-dots {
	margin-top:30px;
	text-align:center;

   
}
.owl-carousel-about .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-about .owl-dots .owl-dot span {
	width:15px;
	height:4px;
	margin:0px 5px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:0px
}
.owl-carousel-about .owl-dots .owl-dot.active span,.owl-carousel-about .owl-dots .owl-dot:hover span {
	background:#5aa6b6;

}


/* index-news
-------------------------------------------------- */
.index-news {
	/*background: url(../images/bg-index-news.png) no-repeat center 50%;*/
	/*background: rgba(239, 239, 239, 0.25);*/
	background-size:cover; 
	margin-bottom: 0em;
	position: relative;
}

.index-news::before {
    content: "";
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    height: 120%;
    background: rgba(239, 239, 239, 0.25);
    z-index: -1;
}

.index-news .in-item{
	
}
.index-news .in-item:hover{
	background:#5aa6b6;
}
.index-news .in-item:hover a{
	color:#fff;
}
.index-news .in-item:hover p{
	color:#fff;
}
.index-news .in-item .in-item-text {
  border: 0px solid #e0e2ec;
  position: relative;
}
.index-news .in-item:hover .in-item-text::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  opacity: 1;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.index-news .in-item .in-item-text h5{
  color:#000;
}
.index-news .in-item .in-item-text a:hover{
  color:#fff;
}





.index-news-top {
    padding-top: 0em !important;
}

.index-news-text {
    font-size: 16px;
}

/* owl-carousel-news
-------------------------------------------------- */
/*.owl-carousel-news {*/
/*	position: relative;*/
/*}*/

/*.owl-carousel-news .owl-nav {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-pack: center;*/
/*  -ms-flex-pack: center;*/
/*  justify-content: center;*/
/*}*/



/*.owl-carousel-news .owl-nav .owl-next span,*/
/*.owl-carousel-news .owl-nav .owl-prev span{*/
/*  display: inline-block;*/
/*  font-size:2em;*/
/*  border:solid 2px #5aa6b6;*/
/*  border-radius:20%;*/
/*  width:1.725em;*/
/*  height:1.725em;*/
/*  line-height:1.5em;*/
/*  background:none;*/
/*  background-repeat: no-repeat;*/
/*  background-position: 50%;*/
/*  background-size: 100% 100%;*/
/*  outline: none;*/
/*  margin:30px 10px 0px 10px;*/
/*  background:#5aa6b6;*/
/*  color: #fff;*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: 18%;*/
/*  }*/
/*.owl-carousel-news .owl-nav .owl-next span {*/
  
/*  right: -55px;*/
/*  }*/

/*.owl-carousel-news .owl-nav .owl-prev span{*/
/*  left: -55px; */
 
/*  }*/

/*.owl-carousel-news .owl-nav .owl-next span:hover,.owl-carousel-news .owl-nav .owl-prev span:hover {*/
/*  background:#5aa6b6;*/
/*  color: #fff;*/
/*}*/




/*.owl-carousel-news .owl-dots {*/
/*	margin-top:30px;*/
/*	text-align:center;*/
/*	display:none;*/
   
/*}*/
/*.owl-carousel-news .owl-dots .owl-dot {*/
/*	display:inline-block;*/
/*	zoom:1;*/
/*	outline: none;*/
/*}*/
/*.owl-carousel-news .owl-dots .owl-dot span {*/
/*	width:10px;*/
/*	height:10px;*/
/*	margin:5px 7px;*/
/*	background:#D6D6D6;*/
/*	display:block;*/
/*	-webkit-backface-visibility:visible;*/
/*	transition:opacity .2s ease;*/
/*	border-radius:30px*/
/*}*/
/*.owl-carousel-news .owl-dots .owl-dot.active span,.owl-carousel-news .owl-dots .owl-dot:hover span {*/
	
/*}*/


/* page-about
-------------------------------------------------- */


.page-about {
	background:#ececec;
}
.page-about .info-about {
	background:#fff;
	position: relative;
	margin-top:0px;
	z-index:1;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding:30px;
}
@media (max-width:768px) {
.page-about .info-about {
	margin-top:-50px;
}
}
.page-about .nav-tabs{
	padding:0px auto;
	margin:0px;
	width:100%;
	background:#5aa6b6;
}


.page-about .nav-tabs .nav-link{
	color:#333;
	border:0px;

}
.page-about .nav-tabs .nav-link.active{
	background:none;
	border:0px;
	border-bottom:solid 2px #fec450;
	color:#333;
}

.page-about .tab-content{
   background:#f6f6f6;
   min-height:300px;

}


.page-about-tabs {
	
}

.page-about-tabs .nav-pills{
	padding:0px;
	margin:0px;
	width:100%;
}


.page-about-tabs .nav-pills .nav-link{
	color:#474747;
	width:calc(100% - 0px);
	float:left;
	text-align:center;
	padding:40px 20px;
	border-radius:0px;
	border:solid 1px #474747;
	border-bottom:solid 1px #474747;

}
@media (max-width:768px) {
.page-about-tabs .nav-pills .nav-link{
	padding:20px 20px;

}
.page-about-tabs .nav-pills .nav-link.active {
	background:#5aa6b6;
	color:#fff;
	transform: scale(0.7);
	border:solid 0px #474747;
}
}

.page-about-tabs .nav-pills .nav-link:nth-child(1){
	border-bottom:solid 0px #474747;
}
.page-about-tabs .nav-pills .nav-link:nth-child(2){
	border-bottom:solid 0px #474747;
}
.page-about-tabs .nav-pills .nav-link:nth-child(3){
	border-bottom:solid 0px #474747;
}
.page-about-tabs .nav-pills .nav-link:nth-child(4){
	border-bottom:solid 0px #474747;
}
.page-about-tabs .nav-pills .nav-link .title{
	background: url(../images/icon-page-about.png) no-repeat;
    display:inline-block;
	padding-left:48px;
	height:38px;
	line-height:38px;
	font-weight:bold;
}
.page-about-tabs .nav-pills .nav-link.active {
	background:#5aa6b6;
	color:#fff;
	transform: scale(1.05);
	border:solid 0px #474747;
}
.page-about-tabs .nav-pills .nav-link.active .title{
	background: url(../images/icon-page-about-on.png) no-repeat;
}
.page-about-tabs .tab-content{
	background:rgba(255,255,255,0);
	padding:0px;
	margin:0px;
	width:100%;
	height:auto;
}


.page-about-culture {
	background: url(../images/about-bg-culture.jpg) no-repeat center 0%;
	color:#fff;
}
.page-about-culture .item {
	margin-bottom:45px;
}
.page-about-culture .item img:hover {
	transform: scale(0.85);
}

.page-about-culture h5 {
	color:#fff;
}
/* page-contact
-------------------------------------------------- */


.page-contact {

}
.page-contact .info-box{
	position: relative;
	margin-top:-100px;
	z-index:99;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.page-contact .info-box img{

}
.page-contact .info-box img:hover{
   transform: scale(0.85);
}
.info-contact {
	background: url(../images/contact-bg.jpg) no-repeat center 50%;
}
.info-contact .item{
	background:rgba(255,255,255,0.0);
	border:solid 0.00125rem #eee;
	padding-top:4rem;
	padding-bottom:4rem;
	color:#fff;
}

.info-contact .item:hover{
	background:rgba(255,255,255,0.5);
}

.info-contact .item .icon{
	background:rgba(255,255,255,0.0);
	border-radius:50%;
	width:100px;
	height:100px;
	line-height:90px;
	font-size:3rem;
	color:#fff;
}
.info-contact .item:hover .icon{
	background:rgba(255,255,255,0.5);
}
.info-contact .item h5{
	color:#fff;
}
.info-contact .item p{
	color:#fff;
}

.info-map {
  position: relative;
}
.info-map-item {
	content: '';
  position: absolute;
}
.info-map-item i{
	color:#5aa6b6;
}
.info-map-item.info-1{
  top: 65%;
  left: 50%;
}
.info-map-item.info-2{
  top: 38%;
  left: 73%;
}
.info-map-item.info-3{
  top: 66%;
  left: 83%;
}
.info-map-item.info-4{
  top: 83%;
  left: 70%;
}
.info-map-item.info-5{
  top: 59%;
  left: 81%;
}
.info-map-item.info-6{
  top: 57%;
  left: 80%;
}
.info-map-item.info-7{
  top: 61%;
  left: 84%;
}
.info-map-item.info-8{
  top: 58%;
  left: 79.5%;
}
.info-map-item.info-9{
  top: 64%;
  left: 72%;
}
.info-map-item.info-10{
  top: 87%;
  left: 73%;
}
.info-map-item.info-11{
  top: 58%;
  left: 80%;
}

.info-map-item .modal-content{
	border-top-left-radius:0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
}
.info-map-item .modal-content .btn-close{
	float:right;
}

.swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%;
	  padding-left:45px;
	  padding-right:45px;
    }
	.mySwiper2 .swiper-wrapper {
position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  padding-top:30px;
  padding-bottom:30px;
}
	.mySwiper2 .swiper-slide {
	  transition: 300ms;
	  transform: scale(0.7);
    }

	.swiper-slide.swiper-slide-next p:nth-child(3) {
	    color: #6da4b4;
	    font-size: 24px;
	    font-weight: 700;
	}
	
	.swiper-slide.swiper-slide-prev p:nth-child(3) {
	    color: #6da4b4;
	    font-size: 24px;
	    font-weight: 700;
}
	.mySwiper2 .swiper-slide .item{
		box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
	  border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	font-size: 16px;
    }
	.mySwiper2 .swiper-slide .item img{
	  border-top-right-radius: 25px;
    }
	.mySwiper2 .swiper-slide-active,.mySwiper2 .swiper-slide-duplicate-active{
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      border-bottom-left-radius: 25px;
      background:#5aa6b6;
      transform: scale(0.8);
      color:#fff;
      box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
 }

	.swiper-slide.swiper-slide-active p:nth-child(3) {
	    font-size: 24px;
	    font-weight: 700;
	}
	.mySwiper2 .swiper-slide-active img,.mySwiper2 .swiper-slide-duplicate-active img{
      border-top-right-radius: 25px;
	}
	
	
	.mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev {
		background:#ff9800;
		width:50px;
		height:50px;
		border-radius:50%;
		z-index:1;
		color:#fff;
        transition: background-color 0.5s ease;
	}


    .mySwiper2 .swiper-button-next:hover,
    .mySwiper2 .swiper-button-prev:hover {
        background-color: rgba(255, 152, 0, 0.5);
    }


	.mySwiper2 .swiper-button-next{
		right:0px;

	
	}
	.mySwiper2 .swiper-button-next:after{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size:1.75rem;
	}
	.mySwiper2 .swiper-button-prev {
		left:0px;
	
	}
	.mySwiper2 .swiper-button-prev:after{
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f104";
	font-size:1.75rem;
	}

    .mySwiper1 {
      /*margin-top:60px;*/
	  height: 20%;
      box-sizing: border-box;
      /*padding: 15px;*/
    }

    .mySwiper1 .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.5;
    }

    .mySwiper1 .swiper-slide-thumb-active {
      opacity: 1;
    }

    .swiper-slide img {
    display: block; 
     /* width: 100%; */
      height: 100%;
  
    }
   





.page-about-tabs2 {
	background: url(../images/about-bg-tabs2.jpg) no-repeat center 50%;
}

.page-about-tabs2 .nav-tabs{
position: relative;
  max-width: 100%;
  z-index:1;
  border:0px;


}
.page-about-tabs2 .nav-tabs:before{
	content: "";
  position: absolute;
  top: 35px;
  left:0px;
  width: 30%;
  background:#999;
  height:1px;
  z-index: 0;
}
.page-about-tabs2 .nav-tabs:after{
	content: "";
  position: absolute;
  top: 35px;
  right:0px;
  width: 30%;
  background:#999;
  height:1px;
  z-index: 0;
}
@media (max-width:768px) {
.page-about-tabs2 .nav-tabs:before{
  width: 10%;
}
.page-about-tabs2 .nav-tabs:after{
  width: 10%;
}
}
.page-about-tabs2 .nav-tabs .nav-link{
	float:left;
	text-align:left;
	padding:21px;
	border-radius:0px;
	border:solid 0px #474747;
	border-bottom:solid 0px #474747;
	background:none;
	font-weight:bold;
}
.page-about-tabs2 .nav-tabs .nav-link .border-between{
	border-left:solid 1px #999;
	border-right:solid 1px #999;
	padding-left:30px;
	padding-right:30px;
}
.page-about-tabs2 .nav-tabs .nav-link:nth-child(1){
	border-bottom:solid 0px #474747;
}
.page-about-tabs2 .nav-tabs .nav-link:nth-child(2){
	border-bottom:solid 0px #474747;
}
.page-about-tabs2 .nav-tabs .nav-link:nth-child(3){
	border-bottom:solid 0px #474747;
}
.page-about-tabs2 .nav-tabs .nav-link:nth-child(4){
	border-bottom:solid 0px #474747;
}
.page-about-tabs2 .nav-tabs .nav-link.active{
	color:#5aa6b6;
}
.page-about-tabs2 .nav-tabs .nav-link.active h5{
	color:#fff;
}
.page-about-tabs2 .tab-content{
	
}



	.mySwiper3,.mySwiper4,.mySwiper5 {
     overflow:hidden;
	 padding:50px 0px;
    }
	.mySwiper3 .swiper-wrapper,.mySwiper4 .swiper-wrapper,.mySwiper5 .swiper-wrapper {
	 width: 100%;
	 margin-bottom:30px;
    }
	
    .mySwiper3 .swiper-slide {
      
 
    }
     .mySwiper3 .swiper-slide h5,.mySwiper4 .swiper-slide h5,.mySwiper5 .swiper-slide h5 {
      margin-top:10px;
 
    }
    .mySwiper3 .swiper-slide img,.mySwiper4 .swiper-slide img,.mySwiper5 .swiper-slide img {
      display: block;
      width: 100%;
    }
	.mySwiper3 .swiper-pagination,.mySwiper4 .swiper-pagination,.mySwiper5 .swiper-pagination{
	 
	  bottom:0px;
    }
	.mySwiper3 .swiper-pagination-bullet,.mySwiper4 .swiper-pagination-bullet,.mySwiper5 .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
}

	.mySwiper3 .swiper-pagination-bullet-active,.mySwiper4 .swiper-pagination-bullet-active,.mySwiper5 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #5aa6b6;

}



.page-about-timeline {
	background: url(../images/bg-page-about-timeline.png) #ececec no-repeat center 50%;
}

    .mySwiper-timeline {
        position: relative;
	  z-index: 1;
	  height: 100%;
      width:780px;
	  padding:0px;
	  margin:0px;
    }

	.mySwiper-timeline .swiper-wrapper {
  padding:0px;
  padding-left:6rem;
  padding-right:6rem;
  margin:0px;
  width: 100%;
  height: 100%;
  
}
	.mySwiper-timeline .swiper-slide {
	position: relative;
	  z-index: 1;
	  
      height: 360px;
	  padding:0px;
	   margin:0px;
    }
	.mySwiper-timeline .swiper-slide .item{
		background:#5aa6b6;
		width:580px;
		position: absolute;
	  z-index: 0;
	  left:0px;
	  bottom:0px;
	   color:#fff;
    }
	.mySwiper-timeline .swiper-slide .images{
	
	  position: absolute;
	  z-index: -1;
	  right:0px;
	  bottom:60px;
	  width:500px;
	  height:300px;
    }
	.mySwiper-timeline .swiper-slide-active,.mySwiper-timeline .swiper-slide-duplicate-active{
	  padding:0px;
	  margin:0px;
	  margin-bottom:30px;

	}

	.mySwiper-timeline .swiper-slide-active:after,.mySwiper-timeline .swiper-slide-duplicate-active:after{
      content: "";
  position: absolute;
  z-index:-1;
  bottom:-29px;
  left:0px;
  width: 0px;
  height: 0px;
  border-left: 0px solid transparent;  
  border-right: 20px solid transparent;  
  border-top: 30px solid #5aa6b6;

	}


	.mySwiper-timeline .swiper-slide-active img,.mySwiper-timeline .swiper-slide-duplicate-active img{
  
	}
	

    .mySwiper-timelineyear {
	  height: 100%;
      padding: 15px 0px;
    }
    .mySwiper-timelineyear .swiper-wrapper {
		border-top:solid 1px #5aa6b6;
		padding-top:30px;
		padding-left:3rem;
		padding-right:3rem;
	}
    .mySwiper-timelineyear .swiper-slide {
      position: relative;
	  width: 100%;
      height: 100%;
      opacity: 0.5;
	  font-weight:bold;
	  font-size:1.5rem;
    }

    .mySwiper-timelineyear .swiper-slide-thumb-active {
      opacity: 1;
	  color:#5aa6b6;
    }
	.mySwiper-timelineyear .swiper-slide-thumb-active:before {
      content: '';width: 40%;height: 16px;background-image: url(../images/about_us.svg); background-size: 100% 100%;background-repeat: no-repeat;  position: absolute; top:-38px; left: 0%;
    }


		@media (max-width:768px) {
.mySwiper-timeline {
	  height: 100%;
      width:100%;

    }
	.mySwiper-timeline .swiper-wrapper {

  padding-left:0rem;
  padding-right:0rem;

  
}
.mySwiper-timeline .swiper-slide .item{
		width:100%;
		
    }
.mySwiper-timeline .swiper-slide .images{
	
	  width:100%;
	  height:auto;
    }
	.mySwiper-timelineyear .swiper-wrapper {

		padding-left:0rem;
		padding-right:0rem;
	}
	.mySwiper-timelineyear .swiper-slide {

	  font-size:1rem;
    }
}












.btn-popover {
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    background: #fec34d;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(255,195,78,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}

.btn-popover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.42;
    border-radius: 50%;
    background: #fec34d;
    transform: scale(1.0);
    box-shadow: 0 0 0 0 rgba(255,195,78,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}
.btn-popover.active {
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    background: #5aa6b6;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: inline-block;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(90,166,182,.7);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
}
.btn-popover.active:before,.btn-popover.active:after {
   position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.42;
    border-radius: 50%;
    background: #5aa6b6;
    transform: scale(1.0);
    box-shadow: 0 0 0 0 rgba(90,166,182,.7);
    -webkit-animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.75s infinite cubic-bezier(.66, 0, 0, 1);
}
/*video play button animation*/
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px transparent
    }
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 300px;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.75);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: none;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1.5rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  width:300px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: 0px;
  border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;

}
.popover i.fa{
	color: #5aa6b6;
	margin-right:10px;

}

.timeline {
	background: url(../../hudoo2/背景插画.svg) no-repeat center 50%;
	background-color: rgba(239, 239, 239, 0.25);
    background-size: contain;
}




	.timeline .tab-content {
	  width:100%;
	   
    }

	.timeline .tab-pane {
	  position: relative;
	  z-index: 1;
	  width:100%;
	  height:400px;
	 
    }
	.timeline .tab-pane:before {
	content: "";
  position: absolute;
  z-index:-1;
  bottom:-29px;
  left:0px;
  width: 0px;
  height: 0px;
  border-left: 0px solid transparent;  
  border-right: 20px solid transparent;  
  border-top: 30px solid #1A96B1;
    }


	.timeline .tm-item {
	  position: absolute;
	  z-index:2;
      width:100%;
	  bottom:0px;
	  padding:0px;
	   margin:0px;
    }



.timeline .tm-item .content{
		background:#5aa6b6;
		width:100%;
		position: absolute;
	  z-index: 0;
	  left:0px;
	  bottom:0px;
	   color:#fff;
    }
	.timeline .tm-item .images{
	
	  position: absolute;
	  z-index: -1;
	  right:0px;
	  bottom:60px;
	  width:100%;
	  height:auto;
    }

	.timeline .nav-tabs {
  padding-left:0rem;
  padding-right:0rem;
  border-top: solid 0px #5aa6b6;
  border-bottom:solid 0px #5aa6b6;
}


	

	.timeline .nav-tabs .nav-link {

  background: none;
  border: solid 0px #5aa6b6;
  border-radius:0px;
  width:25%;
  font-weight:bold;
 
  
}

.timeline .nav-tabs .nav-link:hover, .timeline .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.timeline .nav-tabs .nav-link.disabled, .timeline .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.timeline .nav-tabs .nav-link.active,
.timeline .nav-tabs .nav-item.show .nav-link {
  color: #5aa6b6;
  background: none;
  border-color: solid 1px #5aa6b6;
    position: relative;
    
}
.timeline .nav-tabs .nav-link.active:before,
.timeline .nav-tabs .nav-item.show .nav-link:before {
  content: '';
  width: 40%;
  height: 16px;
  background: none; 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute; 
  top:-8px; 
  left: 30%;
  font-weight:bold;
}

	@media all and (min-width:768px) {
		.timeline .tab-pane {

	  width:50%;

	 
    }
	.timeline .tab-content .tab-pane:nth-child(1){left:65px;}
.timeline .tab-content .tab-pane:nth-child(2){left:195px;}
.timeline .tab-content .tab-pane:nth-child(3){left:325px;}
.timeline .tab-content .tab-pane:nth-child(4){left:455px;}
.timeline .tab-content .tab-pane:nth-child(5){left:585px;}
.timeline .tab-content .tab-pane:nth-child(6){left:715px;}
.timeline .tab-content .tab-pane:nth-child(7){left:195px;}
.timeline .tab-content .tab-pane:nth-child(8){left:325px;}
.timeline .tab-content .tab-pane:nth-child(9){left:455px;}
.timeline .tab-content .tab-pane:nth-child(10){left:585px;}

.timeline .tab-pane:nth-child(7):before,.timeline .tab-pane:nth-child(8):before,.timeline .tab-pane:nth-child(9):before,.timeline .tab-pane:nth-child(10):before{
	content: "";
  position: absolute;
  z-index:-1;
  bottom:-29px;
  left:calc(100% - 20px);
  width: 0px;
  height: 0px;
  border-right: 0px solid transparent;  
  border-left: 20px solid transparent;  
  border-top: 30px solid #5aa6b6;
    }
	.timeline .tab-pane:nth-child(7) .tm-item .content,.timeline .tab-pane:nth-child(8) .tm-item .content,.timeline .tab-pane:nth-child(9) .tm-item .content,.timeline .tab-pane:nth-child(10) .tm-item .content{
		background:#5aa6b6;
		width:90%;
		position: absolute;
	  z-index: 0;
	  left:10%;
	  bottom:0px;
	   color:#fff;
    }
	.timeline .tab-pane:nth-child(7) .tm-item .images,.timeline .tab-pane:nth-child(8) .tm-item .images,.timeline .tab-pane:nth-child(9) .tm-item .images,.timeline .tab-pane:nth-child(10) .tm-item .images{
	
	  position: absolute;
	  z-index: -1;
	  left:0px;
	  bottom:60px;
	  width:500px;
	  height:300px;
    }
	.timeline .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-top: solid 2px rgba(26, 150, 177, 0.5);
  border-bottom:0px;
  padding-left:6.75rem;
  padding-right:6.75rem;
}
.timeline .nav-tabs .nav-link {
  width:10%;
  margin-top:30px;

}
.timeline .nav-tabs .nav-link.active:before,
.timeline .nav-tabs .nav-item.show .nav-link:before {
  content: '';
  width: 40%;
  height: 16px;
  background-image: url(../../hudoo2/about_us.svg); 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute; 
  top:-38px; 
  left: 30%;
}
.timeline .tm-item .content{
		background:#1A96B1;
		width:90%;
		position: absolute;
	  z-index: 0;
	  left:0px;
	  bottom:0px;
	   color:#fff;
    }
	.timeline .tm-item .images{
	
	  position: absolute;
	  z-index: -1;
	  right:0px;
	  bottom:60px;
	  width:500px;
	  height:300px;
    }
}

.page-about-certificate {
	/*background: url(../images/bg-about-certificate.jpg) no-repeat center 50%;*/
}


.page-about-certificate .nav-tabs{
position: relative;
  max-width: 100%;
  z-index:1;
  border:0px;


}
.page-about-certificate .nav-tabs:before{
	content: "";
  position: absolute;
  top: 35px;
  left:0px;
  width: 35%;
  background:#999;
  height:1px;
  z-index: 0;
}
.page-about-certificate .nav-tabs:after{
	content: "";
  position: absolute;
  top: 35px;
  right:0px;
  width: 35%;
  background:#999;
  height:1px;
  z-index: 0;
}
@media (max-width:768px) {
.page-about-certificate .nav-tabs:before{
  width: 10%;
}
.page-about-certificate .nav-tabs:after{
  width: 10%;
}
}
.page-about-certificate .nav-tabs .nav-link{
	float:left;
	text-align:left;
	padding:21px 15px;
	border-radius:0px;
	border:solid 0px #474747;
	border-bottom:solid 0px #474747;
	background:none;
	font-weight:bold;
}
.page-about-certificate .nav-tabs .nav-link span.border-between{
	border-left:solid 1px #333;
	border-right:solid 1px #999;
	padding-left:30px;
	padding-right:30px;
}
.page-about-certificate .nav-tabs .nav-link:nth-child(1){
	border-bottom:solid 0px #474747;
}
.page-about-certificate .nav-tabs .nav-link:nth-child(2){
	border-bottom:solid 0px #474747;
}
.page-about-certificate .nav-tabs .nav-link:nth-child(3){
	border-bottom:solid 0px #474747;
}
.page-about-certificate .nav-tabs .nav-link:nth-child(4){
	border-bottom:solid 0px #474747;
}
.page-about-certificate .nav-tabs .nav-link.active{
	color:#1A96B1;
}

.page-about-certificate .nav-tabs .nav-link:hover {
    color:#1A96B1;
}

.page-about-certificate .nav-tabs .nav-link.active h5{
	color:#fff;
}

/* owl-carousel-certificate
-------------------------------------------------- */
.owl-carousel-certificate {
	position: relative;
}

.owl-carousel-certificate .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.owl-carousel-certificate .owl-nav .owl-next span,
.owl-carousel-certificate .owl-nav .owl-prev span{
  display: inline-block;
  font-size:2em;
  /*border:solid 2px #5aa6b6;*/
  border-radius:50%;
  width:1.725em;
  height:1.725em;
  line-height:1.5em;
  background:none;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  outline: none;
  margin:30px 10px 0px 10px;
  background:#1A96B1;
  color: #fff;
  position: absolute;
  content: "";
  top: 20%;
  }
.owl-carousel-certificate .owl-nav .owl-next span {
  
  right: 10px;
  }

.owl-carousel-certificate .owl-nav .owl-prev span{
  left: 10px; 
 
  }

	@media all and (min-width:768px) {
.owl-carousel-certificate .owl-nav .owl-next span {
  
  right: -60px;
  }

.owl-carousel-certificate .owl-nav .owl-prev span{
  left: -60px; 
 
  }
	 
    }
.owl-carousel-certificate .owl-nav .owl-next span:hover,.owl-carousel-certificate .owl-nav .owl-prev span:hover {
  background:#5aa6b6;
  color: #fff;
}




.owl-carousel-certificate .owl-dots {
	margin-top:30px;
	text-align:center;
	display:none;
   
}
.owl-carousel-certificate .owl-dots .owl-dot {
	display:inline-block;
	zoom:1;
	outline: none;
}
.owl-carousel-certificate .owl-dots .owl-dot span {
	width:10px;
	height:10px;
	margin:5px 7px;
	background:#D6D6D6;
	display:block;
	-webkit-backface-visibility:visible;
	transition:opacity .2s ease;
	border-radius:30px
}
.owl-carousel-certificate .owl-dots .owl-dot.active span,.owl-carousel-certificate .owl-dots .owl-dot:hover span {
	
}
.owl-carousel-certificate .owl-item {
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.owl-carousel-certificate .owl-item img{
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: 0px;
  border-top-right-radius: 25px;

}
.owl-carousel-certificate .owl-item h5{
  margin-top:20px;
}
.owl-carousel-certificate .owl-item.center {
  background:#1A96B1;
}
.owl-carousel-certificate .owl-item h5 a{
  color:#000;
}
.owl-carousel-certificate .owl-item.center h5 a{
  color:#fff;
}
.owl-carousel-certificate .owl-item.center:hover h5 a{
  color:#fff;
}




.owl-carousel.owl-drag .owl-item:not(.center) {
    /*background: rgba(239, 239, 239, 0.25);*/
}